home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / lib.fmt / c / tmpfile.man < prev    next >
Encoding:
Text File  |  1990-12-02  |  1.1 KB  |  69 lines

  1.  
  2.  
  3.  
  4. tmpfile               C Library Procedures                tmpfile
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      tmpfile - Create a temporary file
  12.  
  13. SSYYNNOOPPSSIISS
  14.      iinncclluuddee <<ssttddiioo..hh>>
  15.  
  16.      FFIILLEE **
  17.      ttmmppffiillee(())
  18.  
  19. __________________________________________________________________________________________________________________________________
  20.  
  21.  
  22. DDEESSCCRRIIPPTTIIOONN
  23.      This procedure creates and opens a temporary file.  The file
  24.      will be removed when it is closed or when the process exits.
  25.      The return value from ttmmppffiillee is a  pointer  to  the  opened
  26.      stream, which may be used for performing I/O to and from the
  27.      file.  If an error occurred in opening  the  file,  NNUULLLL  is
  28.      returned.
  29.  
  30. KKEEYYWWOORRDDSS
  31.      file, open, temporary
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. Sprite v.1.0       Printed:  December 1, 1990                   1
  66.  
  67.  
  68.  
  69.